public class Placeholder : FieldPublic Class Placeholder
Inherits Field| Placeholder | Initializes a new instance of the Placeholder class. |
| Description | Contains the message that is displayed when users are prompted for input. |
| Type | Specifies the content type of a placeholder. This attribute is mandatory. The defined values are: -image: placeholder can be replaced by an image. -object: placeholder can be replaced by an object. -table: placeholder can be replaced by a table. -text: placeholder can be replaced by text. -text-box: placeholder can be replaced by a text-box. |
| Value | Contains placeholder. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements |
Returns all content elements.
(Overrides FieldGetContentElements) |
| GetHashCode | (Inherited from Object) |
| GetParent |
Returns the parent element.
(Inherited from Field) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current Placeholder object to its equivalent string representation.
(Overrides ObjectToString) |